Changeset 76538 in vbox for trunk/src/VBox/Additions/haiku/VBoxTray
- Timestamp:
- Dec 30, 2018 6:19:55 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127840
- Location:
- trunk/src/VBox/Additions/haiku/VBoxTray
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.h
r69500 r76538 47 47 #ifndef __VBOXSERVICESHAREDCLIPLBOARD__H 48 48 #define __VBOXSERVICESHAREDCLIPLBOARD__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 #include <Handler.h> -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxDisplay.h
r69500 r76538 47 47 #ifndef __VBOXDISPLAY__H 48 48 #define __VBOXDISPLAY__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 #include <Handler.h> -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestApplication.h
r69500 r76538 47 47 #ifndef ___VBOXGUESTAPPLICATION__H 48 48 #define ___VBOXGUESTAPPLICATION__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 /** @todo r=ramshankar; why are we including all the headers here!?? Do it in -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestDeskbarView.h
r69500 r76538 47 47 #ifndef ___VBOXGUESTTRAYVIEW__H 48 48 #define ___VBOXGUESTTRAYVIEW__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 #include <Bitmap.h> -
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxServiceDescriptor.h
r69500 r76538 44 44 * OTHER DEALINGS IN THE SOFTWARE. 45 45 */ 46 46 47 #ifndef __VBOXSERVICESHAREDCLIPLBOARD__H 47 48 #define __VBOXSERVICESHAREDCLIPLBOARD__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 48 52 49 53 #include <Handler.h>
Note:
See TracChangeset
for help on using the changeset viewer.