Changeset 56574 in vbox for trunk/src/VBox
- Timestamp:
- Jun 22, 2015 12:22:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ProgressProxyImpl.cpp
r51687 r56574 5 5 6 6 /* 7 * Copyright (C) 2010-201 4Oracle Corporation7 * Copyright (C) 2010-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 18 18 #include <iprt/types.h> 19 20 #if defined (VBOX_WITH_XPCOM)21 #include <nsIServiceManager.h>22 #include <nsIExceptionService.h>23 #include <nsCOMPtr.h>24 #endif /* defined (VBOX_WITH_XPCOM) */25 19 26 20 #include "ProgressProxyImpl.h"
Note:
See TracChangeset
for help on using the changeset viewer.