NERvDN Library  0.2.0.20160420-0019
NERvLibrary - Nerve Gear Developer Network
Demo::ODemo Class Reference

Demo component implementation. More...

#include <NERvHub/object/Demo/ODemo.h>

Inheritance diagram for Demo::ODemo:
NERvGear::OUnknown NERvGear::ETC::CDemo Demo::IDemo NERvGear::CUnknown NERvGear::IUnknown

Detailed Description

Demo component implementation.

Prints a very cool string when calling IDemo::FooBar(). An extra string specified in str parameter will also be printed in a new line.

Note
All strings will be printed to std output.
See also
N/A
Version
1.0.0 Initial release.
Dependences
Demo Extension 1.0.0 and above
Modules
Plugins\Demo Extension\MODULE.DLL

Define ID:

const NERvGear::UID Demo::ID_ODemo; // DF330D56-1C67-44E8-9E45-EA4C9EE908F4

Additional Inherited Members

- Public Member Functions inherited from Demo::IDemo
virtual long __stdcall FooBar (const wchar_t *str)=0
 A demo method. More...
 
- Public Member Functions inherited from NERvGear::IUnknown
virtual long __stdcall QueryInterface (const UID &interfaceID, void **ppvObject)=0
 
virtual unsigned long __stdcall AddRef ()=0
 
virtual unsigned long __stdcall Release ()=0