Set the correct base class when calling the YCLASS macro in JBEngine descendants.

git-svn-id: http://yate.null.ro/svn/yate/trunk@4014 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2010-12-22 16:04:27 +00:00
parent f0b1f24305
commit 1b19a665ec
1 changed files with 2 additions and 2 deletions

View File

@ -1997,7 +1997,7 @@ private:
*/
class YJABBER_API JBServerEngine : public JBEngine
{
YCLASS(JBServerEngine,GenObject)
YCLASS(JBServerEngine,JBEngine)
public:
/**
* Constructor
@ -2114,7 +2114,7 @@ protected:
*/
class YJABBER_API JBClientEngine : public JBEngine
{
YCLASS(JBClientEngine,GenObject)
YCLASS(JBClientEngine,JBEngine)
public:
/**
* Constructor