Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / examples / ior_corbaloc / status_i.cpp
blobb61f0355899210a57f81fde8906876925d8f51d1
1 #include "status_i.h"
3 corbaloc_Status_i::corbaloc_Status_i ()
4 : server_name_()
6 // Constructor
9 CORBA::Boolean
10 corbaloc_Status_i::print_status ()
12 // If the server received the request from the client, return true
13 // == 0;
14 ACE_DEBUG ((LM_DEBUG,
15 "Invoking print_status() method for servant with name: %s\nregistered in Naming Service\n",
16 server_name_.c_str ()));
17 return 0;