Re: Forward Declaration

2008-09-12 Thread Jon Dahl
Great. That is what I needed. Thanks a lot. - Original Message From: Curt Arnold <[EMAIL PROTECTED]> To: Log4CXX User Sent: Friday, September 12, 2008 2:23:46 PM Subject: Re: Forward Declaration On Sep 12, 2008, at 12:00 PM, Jon Dahl wrote: > Hello, > > I'

Re: Forward Declaration

2008-09-12 Thread Curt Arnold
On Sep 12, 2008, at 12:00 PM, Jon Dahl wrote: Hello, I'm wondering if it is possible to use forward declaration with log4cxx classes in a class header file. I would like to exclude the log4cxx headers files in my header files if possible and include the log4cxx header files in m

Re: Forward Declaration

2008-09-12 Thread Jon Dahl
Ok, digging deeper into the library I see LoggerPtr is an ObjPtr and not a true pointer. Thanks. - Original Message From: Stephen Bartnikowski <[EMAIL PROTECTED]> To: Log4CXX User Sent: Friday, September 12, 2008 12:16:39 PM Subject: RE: Forward Declaration Somebody correct

RE: Forward Declaration

2008-09-12 Thread renny . koshy
uot;Stephen Bartnikowski" <[EMAIL PROTECTED]> 09/12/2008 01:16 PM Please respond to "Log4CXX User" To "'Log4CXX User'" cc Subject RE: Forward Declaration Somebody correct me if I'm wrong, but I don't think it will. In Test.hpp, the co

RE: Forward Declaration

2008-09-12 Thread Stephen Bartnikowski
12, 2008 12:01 PM To: log4cxx-user@logging.apache.org Subject: Forward Declaration Hello, I'm wondering if it is possible to use forward declaration with log4cxx classes in a class header file. I would like to exclude the log4cxx headers files in my header files if possible and include the log4

Forward Declaration

2008-09-12 Thread Jon Dahl
Hello, I'm wondering if it is possible to use forward declaration with log4cxx classes in a class header file. I would like to exclude the log4cxx headers files in my header files if possible and include the log4cxx header files in my cpp(source) files. Should this work? // Tes