summaryrefslogtreecommitdiff
path: root/TAO/examples/POA
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-26 21:17:43 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-26 21:17:43 +0000
commit91a94f0f3fa63a897d5556805a23dee7a8bba7fb (patch)
tree45ba6b108dacafa164126292b98532c4879439c3 /TAO/examples/POA
parentbd9eec7001ede42cec297487841203891b8fdb27 (diff)
downloadATCD-91a94f0f3fa63a897d5556805a23dee7a8bba7fb.tar.gz
ChangeLogTag:Mon Mar 26 13:06:10 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/examples/POA')
-rw-r--r--TAO/examples/POA/DSI/Database_i.h1
-rw-r--r--TAO/examples/POA/Default_Servant/client.cpp3
-rw-r--r--TAO/examples/POA/Default_Servant/server.cpp4
-rw-r--r--TAO/examples/POA/On_Demand_Loading/Servant_Manager.cpp1
4 files changed, 6 insertions, 3 deletions
diff --git a/TAO/examples/POA/DSI/Database_i.h b/TAO/examples/POA/DSI/Database_i.h
index 8145242ca0c..b6f9ba7146a 100644
--- a/TAO/examples/POA/DSI/Database_i.h
+++ b/TAO/examples/POA/DSI/Database_i.h
@@ -7,6 +7,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "tao/DynamicInterface/Dynamic_Implementation.h"
+#include "ace/Singleton.h"
#include "ace/Malloc.h"
class DatabaseImpl
diff --git a/TAO/examples/POA/Default_Servant/client.cpp b/TAO/examples/POA/Default_Servant/client.cpp
index 5332f16d54c..3d0a86cc098 100644
--- a/TAO/examples/POA/Default_Servant/client.cpp
+++ b/TAO/examples/POA/Default_Servant/client.cpp
@@ -15,11 +15,12 @@
//
//====================================================================
+#include "FileC.h"
+#include "tao/debug.h"
#include "ace/streams.h"
#include "ace/Get_Opt.h"
#include "ace/Read_Buffer.h"
#include "ace/OS.h"
-#include "FileC.h"
ACE_RCSID(Default_Servant, client, "$Id$")
diff --git a/TAO/examples/POA/Default_Servant/server.cpp b/TAO/examples/POA/Default_Servant/server.cpp
index 534d4e4c43b..1ff174593e0 100644
--- a/TAO/examples/POA/Default_Servant/server.cpp
+++ b/TAO/examples/POA/Default_Servant/server.cpp
@@ -15,10 +15,10 @@
//
//====================================================================
-
+#include "File_i.h"
+#include "tao/debug.h"
#include "ace/streams.h"
#include "ace/Get_Opt.h"
-#include "File_i.h"
ACE_RCSID(Default_Servant, server, "$Id$")
diff --git a/TAO/examples/POA/On_Demand_Loading/Servant_Manager.cpp b/TAO/examples/POA/On_Demand_Loading/Servant_Manager.cpp
index 91d595fa7a3..45cc8344baf 100644
--- a/TAO/examples/POA/On_Demand_Loading/Servant_Manager.cpp
+++ b/TAO/examples/POA/On_Demand_Loading/Servant_Manager.cpp
@@ -18,6 +18,7 @@
// ============================================================================
#include "Servant_Manager.h"
+#include "tao/debug.h"
ACE_RCSID(On_Demand_Activation, Servant_Manager, "$Id$")