summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/ciaofwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/ciaofwd.h')
-rw-r--r--TAO/CIAO/ciao/ciaofwd.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/CIAO/ciao/ciaofwd.h b/TAO/CIAO/ciao/ciaofwd.h
deleted file mode 100644
index 62d20c7fc0b..00000000000
--- a/TAO/CIAO/ciao/ciaofwd.h
+++ /dev/null
@@ -1,33 +0,0 @@
-
-// -*- C++ -*-
-
-//=============================================================================
-/**
- * @file ciaofwd.h
- *
- * $Id$
- *
- * Forward declare the basic types used in the CCM implementation to
- * reduce interdependency. Regular users of CIAO should only include
- * ciao/ciao.h.
- *
- * @author Nanbor Wang
- */
-//=============================================================================
-
-
-#ifndef CIAO_CIAOFWD_H
-#define CIAO_CIAOFWD_H
-
-#include /**/ "ace/pre.h"
-#include "CIAO_Export.h"
-#include "tao/corba.h"
-
-namespace Components
-{
-
-
-};
-
-#include /**/ "ace/post.h"
-#endif /* CIAO_CIAOFWD_H */