logobjectptr.cpp 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /******************************************************************************
  2. *
  3. * package: Log4Qt
  4. * file: logobjectptr.cpp
  5. * created: September 2007
  6. * author: Martin Heinrich
  7. *
  8. *
  9. * Copyright 2007 Martin Heinrich
  10. *
  11. * Licensed under the Apache License, Version 2.0 (the "License");
  12. * you may not use this file except in compliance with the License.
  13. * You may obtain a copy of the License at
  14. *
  15. * http://www.apache.org/licenses/LICENSE-2.0
  16. *
  17. * Unless required by applicable law or agreed to in writing, software
  18. * distributed under the License is distributed on an "AS IS" BASIS,
  19. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  20. * See the License for the specific language governing permissions and
  21. * limitations under the License.
  22. *
  23. ******************************************************************************/
  24. /******************************************************************************
  25. * Dependencies
  26. ******************************************************************************/
  27. #include "log4qt/helpers/logobjectptr.h"
  28. #include <QtCore/QDebug>
  29. namespace Log4Qt
  30. {
  31. /**************************************************************************
  32. * Declarations
  33. **************************************************************************/
  34. /**************************************************************************
  35. * C helper functions
  36. **************************************************************************/
  37. /**************************************************************************
  38. * Class implementation: LogObjectPtr
  39. **************************************************************************/
  40. /**************************************************************************
  41. * Implementation: Operators, Helper
  42. **************************************************************************/
  43. } // namespace Log4Qt