Changes due to moving RegistrarDefs stuff into the BPrivate namespace.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10815 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -9,6 +9,8 @@
|
|||||||
#include "Clipboard.h"
|
#include "Clipboard.h"
|
||||||
#include "ClipboardHandler.h"
|
#include "ClipboardHandler.h"
|
||||||
|
|
||||||
|
using namespace BPrivate;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class ClipboardHandler
|
\class ClipboardHandler
|
||||||
\brief Handles all clipboard related requests.
|
\brief Handles all clipboard related requests.
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
using namespace BPrivate;
|
||||||
|
|
||||||
#include "MIMEManager.h"
|
#include "MIMEManager.h"
|
||||||
|
|
||||||
|
|||||||
@@ -74,6 +74,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
using namespace BPrivate;
|
||||||
|
|
||||||
//! The minimal time interval for message runners (50 ms).
|
//! The minimal time interval for message runners (50 ms).
|
||||||
static const bigtime_t kMininalTimeInterval = 50000LL;
|
static const bigtime_t kMininalTimeInterval = 50000LL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user