summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/ciao/Client_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/ciao/Client_init.h')
-rw-r--r--TAO/CIAO/DAnCE/ciao/Client_init.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/TAO/CIAO/DAnCE/ciao/Client_init.h b/TAO/CIAO/DAnCE/ciao/Client_init.h
deleted file mode 100644
index 065c1f2a280..00000000000
--- a/TAO/CIAO/DAnCE/ciao/Client_init.h
+++ /dev/null
@@ -1,40 +0,0 @@
-// $Id$
-
-/**
- * @file Client_init.h
- *
- * Initializing CIAO client side ORB, if they need to.
- *
- * @author Nanbor Wang <nanbor@cs.wustl.edu>
- */
-
-#ifndef CIAO_CLIENT_INIT_H
-#define CIAO_CLIENT_INIT_H
-#include /**/ "ace/pre.h"
-
-#include "CIAO_Client_Export.h"
-
-#if !defined ACE_LACKS_PRAGMA_ONCE
-#pragma once
-#endif /* ! ACE_LACKS_PRAGMA_ONCE */
-
-namespace CORBA
-{
- class ORB;
- typedef ORB *ORB_ptr;
-}
-
-namespace CIAO
-{
- /**
- * The initialize routine for any clients that need to access
- * component. This routine now simply registers various valuetype
- * factories defined in CIAO_Component.pidl. Currently, this method
- * should be call right after ORB initialization but we should try
- * to register these stuff automatically.
- */
- CIAO_CLIENT_Export int Client_init (CORBA::ORB_ptr o);
-}
-
-#include /**/ "ace/post.h"
-#endif /* CIAO_CLIENT_INIT_H */