summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Property/client.h')
-rw-r--r--TAO/orbsvcs/tests/Property/client.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Property/client.h b/TAO/orbsvcs/tests/Property/client.h
index 3ac62f02c2d..dab07813f50 100644
--- a/TAO/orbsvcs/tests/Property/client.h
+++ b/TAO/orbsvcs/tests/Property/client.h
@@ -17,10 +17,15 @@
//
// ============================================================================
-#if !defined (PROPERTY_CLIENT_H)
+#ifndef PROPERTY_CLIENT_H
#define PROPERTY_CLIENT_H
#include "ace/Synch.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
#include "ace/Task.h"
#include "ace/Thread_Manager.h"
#include "ace/Get_Opt.h"
@@ -94,7 +99,7 @@ protected:
TAO_Naming_Client my_name_client_;
// The Naming Client handles Naming Service work
-
+
CosPropertyService::PropertySetDef_var propsetdef_;
// To test propertySetDef interface.
};