Sign in
apache
/
logging-log4cxx
/
19bce74ebee8187b55a4a1080e47af3d953dd761
/
.
/
src
/
examples
/
cpp
/
com
/
foo
/
bar.h
blob: 9ebfb4892cb73274ba244a5a1650b53731572a1a [
file
] [
log
] [
blame
]
#ifndef
COM_FOO_BAR_H_
#define
COM_FOO_BAR_H_
#include
"com/foo/config.h"
namespace
com
{
namespace
foo
{
class
Bar
{
static
LoggerPtr
m_logger
;
public
:
void
doIt
();
};
}
}
// namespace com::foo
#endif
// COM_FOO_BAR_H_