Hi all,
what do you think of the following?
Example 1 compiles:
class MyClass
{
public:
static void func();
private:
bool itsFlag;
};
void MyClass::func()
{
int i = itsFlag ? 0 : 1;
}
Example 2 does not compile:
class MyClass
{
public:
static void func();
private:
bool itsFlag;
}...
Hi,
I want to use SSL simply to crypt data. It is *not* important to me to validate the identity of the server. So how do I convince javax.net.ssl.SSLSocketFactory and SSLSocket to accept *any* server certificate when I open a connection in my Java client?
I created the server certificate...
Hi,
does anyone know how to overcome the following restriction in the Win32 API under Win2K/XP?
"Windows NT 5.0 and later: An application cannot force a window to the foreground while the user is working with another window. Instead, SetForegroundWindow will activate the window (see...
Hi,
I use JMS inside J2EE via a message-driven bean in a container-managed transaction. I use Borland Enterprise Server 5.0.1 that uses the SonicMQ JMS implementation.
Now I came across the following problem: When the transaction is set to rollback-only in the onMessage() function, SonicMQ...
Hello, does anybody know what might be the cause for the spurious error message "Q_CAT:1447 Semaphore appears stuck" issued by TMQFORWARD? We run Tuxedo 6.5 (yes, I know... :-) with 10 TMQFORWARDs (polling @ 1 second interval) and each of them (sometimes also a TMS_QM) sometimes...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.