2 * Copyright 2012, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
5 #ifndef _PICTURE_PRIVATE_H
6 #define _PICTURE_PRIVATE_H
13 void reconnect_pictures_to_app_server();
16 class BPicture::Private
{
18 Private(BPicture
* picture
);
19 void ReconnectToAppServer();
25 #endif // _PICTURE_PRIVATE_H