Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
titleServer Class Definition
//ClassName usually is <Interface> or <Interface>Impl, but can be anything
class <ClassName>: public virtual acscomponent::ACSComponentImpl, public POA_<Module>::<Interface>
{
  public:
    <Interface><ClassName>(const ACE_CString& name, maci::ContainerServices * containerServices);
    ...
};

...