On Fri, Mar 21, 2008 at 04:10:00PM +0100, Stefan Eilemann wrote:
> >> Using the right version gives the following messages from the client:
> >>
> >> 32524 47221650428944 ./lib/net/staticMasterCM.h:34 Code is not  
> >> supposed to be called in this context
> [...]
> 
> > FrameData::pack() and FrameData::unpack() are never called. The  
> > commit()
> > function seems to abort before it gets that far with the above error
> > messages.
> 
> Your object is a static object - thus commit is not supported.  
> Override Object::getChangeType() to return another value.

My error was that I used
virtual ChangeType getChangeType() { return DELTA; }
instead of
virtual ChangeType getChangeType() const { return DELTA; }

Now it works as intended. Thanks for your help!

Martin
-- 
Computer Graphics and Multimedia Systems Group
University of Siegen, Germany
http://www.cg.informatik.uni-siegen.de/

_______________________________________________
eq-dev mailing list
[email protected]
https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to