Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / Callback / client_i.cpp
blobeea1bb604307f914f5dcb533edfff3cfbe12ca49
1 #include "ace/Log_Msg.h"
2 #include "client_i.h"
4 client_i::client_i (server_ptr s)
5 : server_ (server::_duplicate (s))
9 client_i::~client_i ()
13 void
14 client_i::test_reply (const char *msg)
16 ACE_DEBUG((LM_INFO,
17 ACE_TEXT("(%N) message received was ")
18 ACE_TEXT("(%s)\n"),
19 msg));