vfs: check userland buffers before reading them.
[haiku.git] / headers / private / interface / PicturePrivate.h
blobc365351a140147fde81cc84cad8599dd084f2f10
1 /*
2 * Copyright 2012, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _PICTURE_PRIVATE_H
6 #define _PICTURE_PRIVATE_H
9 #include <Picture.h>
10 #include <OS.h>
13 void reconnect_pictures_to_app_server();
16 class BPicture::Private {
17 public:
18 Private(BPicture* picture);
19 void ReconnectToAppServer();
20 private:
21 BPicture* fPicture;
25 #endif // _PICTURE_PRIVATE_H