// -*- 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 */