Changeset 31 in pacpusframework for trunk/src/DBITEPlayerLib/DbtPlyFileManager.cpp


Ignore:
Timestamp:
01/08/13 18:10:10 (11 years ago)
Author:
sgosseli
Message:

Huge commit: use the new includes style in all the files, add the license header in all the headers, and in some cpp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/DBITEPlayerLib/DbtPlyFileManager.cpp

    r3 r31  
    2020////////////////////////////////////////////////////////////////////////////////
    2121
    22 #include "DbitePlayer/DbtPlyFileManager.h"
    23 
    24 #include "kernel/ComponentManager.h"
    25 #include "kernel/DbiteException.h"
    26 #include "kernel/Log.h"
     22#include <Pacpus/DbitePlayer/DbtPlyFileManager.h>
     23#include <Pacpus/kernel/ComponentManager.h>
     24#include <Pacpus/kernel/DbiteException.h>
     25#include <Pacpus/kernel/Log.h>
    2726
    2827#include <cassert>
     
    3231#include <QSemaphore>
    3332
     33using namespace pacpus;
    3434using namespace std;
    35 
    36 namespace pacpus {
    3735
    3836DECLARE_STATIC_LOGGER("pacpus.core.DbtPlyFileManager");
     
    348346    }
    349347}
    350 
    351 } // namespace pacpus
Note: See TracChangeset for help on using the changeset viewer.