Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

seCommon.h File Reference

Common definitions, exports, and includes for all files. More...

#include "drm.h"
#include "se_cpp_support.h"
#include "seException.h"

Include dependency graph for seCommon.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  sedris

Defines

#define EXPORT_DLL
 For Win32 symbol export/import.

#define SE_HANDLE_DECL(_c, _o)
 NOT FOR USER CODE.

#define SE_HANDLE_DECL_O(_c)
 NOT FOR USER CODE.


Detailed Description

Author:
Warren Macchi (Accent Geographic)

Define Documentation

#define EXPORT_DLL
 

#define SE_HANDLE_DECL _c,
_o   ) 
 

Value:

public:  virtual void setImpl( sedris::I##_c *impl, sedris::I##_o *ownr ); \
    public:  sedris::I##_c *impl() const { return (_impl); } \
    public:  sedris::I##_o *owner() const { return (_ownr); } \
    private: sedris::I##_c *_impl; \
    private: sedris::I##_o *_ownr;

#define SE_HANDLE_DECL_O _c   ) 
 

Value:

public:  sedris::I##_c *impl() const { return (_impl); } \
    private: sedris::I##_c *_impl;


SEDRIS Transmittal Access C++ API 4.0.0 beta - 14 Jul 2004
Copyright © 2004 SEDRIS Docs by Doxygen 1.3.2