Jon S Berndt writes:

 > Yeah, I've considered that for some time, just haven't 
 > gotten around to it. But, I guess if it's causing so many 
 > problems, maybe we need to just go ahead and do it. 
 > Another reason I have waited is because even though I know 
 > how to use stuff in other namespaces, I'm not positive 
 > that I know how to go about putting our stuff into a 
 > namespace. Can anyone explain this to me?

Put

  namespace jsbim {

at the start of every file, and

  }

at the end.  If you want, you can #ifdef them for older compilers, but
I don't think anyone's having a problem with Andy's YASim code.


All the best,


David

-- 
David Megginson
[EMAIL PROTECTED]


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to