next up previous contents
Next: C.1.2 Die Klasse Graph Up: C.1 Die Schnittstelle zur Previous: C.1 Die Schnittstelle zur

C.1.1 Die Klasse GTM

Die Klasse dient zum Öffnen und Schließen von Sessions mit dem GTM-Dämon (gtmd).
#include <somobj.idl>

interface GTM : SOMObject
{

  void NvotInit();

  void NvotDone();

 #ifdef __SOMIDL__
        implementation
        {
        dllname="gtm.dll";
        };
 #endif /* __SOMIDL__ */
};


Copyright Munich Network Management Team