summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/XML_Persistence
diff options
context:
space:
mode:
authorjohn_c <john_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-22 18:18:30 +0000
committerjohn_c <john_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-22 18:18:30 +0000
commitdfbe6b9e435070e3887c909a0e945c0a1d0a56ef (patch)
treeb3228cc88df2d27a0c3b6695a1e912cb87c13173 /TAO/orbsvcs/tests/Notify/XML_Persistence
parent1497c86f676e16d88cb8bb2f97d028151b2761b3 (diff)
downloadATCD-dfbe6b9e435070e3887c909a0e945c0a1d0a56ef.tar.gz
Mon Nov 22 11:57:49 2004 Ciju John <john_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/XML_Persistence')
-rw-r--r--TAO/orbsvcs/tests/Notify/XML_Persistence/XML_Persistence.mpc2
-rw-r--r--TAO/orbsvcs/tests/Notify/XML_Persistence/main.cpp18
2 files changed, 11 insertions, 9 deletions
diff --git a/TAO/orbsvcs/tests/Notify/XML_Persistence/XML_Persistence.mpc b/TAO/orbsvcs/tests/Notify/XML_Persistence/XML_Persistence.mpc
index 040b6dab9f0..21c1ae518bd 100644
--- a/TAO/orbsvcs/tests/Notify/XML_Persistence/XML_Persistence.mpc
+++ b/TAO/orbsvcs/tests/Notify/XML_Persistence/XML_Persistence.mpc
@@ -1,2 +1,4 @@
+// $Id$
+
project : orbsvcsexe, portableserver, notify_serv {
}
diff --git a/TAO/orbsvcs/tests/Notify/XML_Persistence/main.cpp b/TAO/orbsvcs/tests/Notify/XML_Persistence/main.cpp
index d5fc70bfc38..18071497ca6 100644
--- a/TAO/orbsvcs/tests/Notify/XML_Persistence/main.cpp
+++ b/TAO/orbsvcs/tests/Notify/XML_Persistence/main.cpp
@@ -2,18 +2,18 @@
* $Id$
*/
-#include <orbsvcs/orbsvcs/CosNotificationC.h>
-#include <orbsvcs/orbsvcs/NotifyExtC.h>
-#include <orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.h>
+#include "orbsvcs/orbsvcs/CosNotificationC.h"
+#include "orbsvcs/orbsvcs/NotifyExtC.h"
+#include "orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.h"
-#include <tao/TimeBaseC.h>
-#include <tao/corba.h>
-#include <tao/PortableServer/PortableServer.h>
+#include "tao/TimeBaseC.h"
+#include "tao/corba.h"
+#include "tao/PortableServer/PortableServer.h"
#include "ace/OS_NS_string.h"
-#include <ace/OS_NS_stdio.h>
-#include <ace/Dynamic_Service.h>
-#include <ace/ARGV.h>
+#include "ace/OS_NS_stdio.h"
+#include "ace/Dynamic_Service.h"
+#include "ace/ARGV.h"
class TestSupplier
: public POA_CosNotifyComm::StructuredPushSupplier