Move RegistrarThread[Manager].cpp to the registrar. There was no point
in those living in libbe. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24603 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b6646cf8c0
commit
781a715529
@ -49,8 +49,6 @@ MergeObject <libbe>app_kit.o :
|
||||
PropertyInfo.cpp
|
||||
PortLink.cpp
|
||||
RegistrarDefs.cpp
|
||||
RegistrarThread.cpp
|
||||
RegistrarThreadManager.cpp
|
||||
Roster.cpp
|
||||
RosterPrivate.cpp
|
||||
Server.cpp
|
||||
|
@ -44,6 +44,8 @@ Server registrar
|
||||
MimeSnifferAddon.cpp
|
||||
MimeSnifferAddonManager.cpp
|
||||
MimeUpdateThread.cpp
|
||||
RegistrarThread.cpp
|
||||
RegistrarThreadManager.cpp
|
||||
SnifferRules.cpp
|
||||
Supertype.cpp
|
||||
SupportingApps.cpp
|
||||
|
@ -4,9 +4,9 @@
|
||||
#define MIME_MANAGER_H
|
||||
|
||||
#include <Looper.h>
|
||||
#include <RegistrarThreadManager.h>
|
||||
|
||||
#include "Database.h"
|
||||
#include "RegistrarThreadManager.h"
|
||||
|
||||
class MIMEManager : public BLooper {
|
||||
public:
|
||||
|
@ -11,12 +11,13 @@
|
||||
#define _MIME_UPDATE_THREAD_H
|
||||
|
||||
#include <Entry.h>
|
||||
#include <RegistrarThread.h>
|
||||
#include <SupportDefs.h>
|
||||
|
||||
#include <list>
|
||||
#include <utility>
|
||||
|
||||
#include "RegistrarThread.h"
|
||||
|
||||
struct entry_ref;
|
||||
class BMessage;
|
||||
|
||||
|
@ -10,10 +10,12 @@
|
||||
#include "RegistrarThreadManager.h"
|
||||
|
||||
#include <RegistrarDefs.h>
|
||||
#include <RegistrarThread.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "RegistrarThread.h"
|
||||
|
||||
|
||||
//#define DBG(x) x
|
||||
#define DBG(x)
|
||||
#define OUT printf
|
Loading…
Reference in New Issue
Block a user