IBM
skip to main content
Shop Support Downloads
Home Products Consulting Industries News About IBM
Search
 

 
 

 
 
  OpenDoc  
  Download  
  Library  
   
 
IBM Worldwide
 

 
 
OpenDoc > Library >

Listing 1. IDL file for ODBaseSemanticInterface (semtintb.idl)

The complete version of this file is shipped with OpenDoc for OS/2.

....#include "Extensn.idl"
...
interface ODBaseSemanticInterface : ODExtension
{
  void InitBaseSemanticInterface(in ODPart base,
                                 in ODSession session);
   // the input parameters of InitBaseSemanticInterface
   // specify the "base" objects of this extension
...
#ifdef __SOMIDL__
  implementation
  {
      functionprefix = ODBaseSemanticInterface;
      override:
        somInit,
        somUninit,
        ...

      releaseorder:
        InitBaseSemanticInterface,
        ...
  };
#endif // __SOMIDL__
};



Privacy Legal Contact