summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/LifeCycle_Service/Factory_Trader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/LifeCycle_Service/Factory_Trader.h')
-rw-r--r--TAO/orbsvcs/LifeCycle_Service/Factory_Trader.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/LifeCycle_Service/Factory_Trader.h b/TAO/orbsvcs/LifeCycle_Service/Factory_Trader.h
index 287f58d2e1e..6730e707e99 100644
--- a/TAO/orbsvcs/LifeCycle_Service/Factory_Trader.h
+++ b/TAO/orbsvcs/LifeCycle_Service/Factory_Trader.h
@@ -14,7 +14,7 @@
//
// ============================================================================
-#if !defined (FACTORY_TRADER_H)
+#ifndef FACTORY_TRADER_H
#define FACTORY_TRADER_H
#include "tao/corba.h"
@@ -23,7 +23,7 @@
#include "orbsvcs/CosLifeCycleC.h"
-class Factory_Trader
+class Factory_Trader
{
public:
Factory_Trader ();
@@ -31,11 +31,11 @@ public:
void add_type ();
// Add a the Factory type to the repository
-
+
void export (const char * name,
- const char * location,
- const char * description,
- const CORBA::Object_ptr object_ptr);
+ const char * location,
+ const char * description,
+ const CORBA::Object_ptr object_ptr);
// export a specific factory
CORBA::Object_ptr query (const CORBA::String constraint);