Changeset 18252 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 25, 2009 12:59:12 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44994
- Location:
- trunk/src/VBox/Main
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r17911 r18252 96 96 #include "MachineImpl.h" 97 97 #include "Logging.h" 98 #include "Performance.h" 98 99 99 100 #ifdef RT_OS_DARWIN -
trunk/src/VBox/Main/MachineImpl.cpp
r18173 r18252 57 57 58 58 #include "Logging.h" 59 #include "Performance.h" 59 60 60 61 #include <stdio.h> -
trunk/src/VBox/Main/PerformanceImpl.cpp
r17911 r18252 34 34 #include <algorithm> 35 35 #include <functional> 36 37 #include "Performance.h" 36 38 37 39 static Bstr gMetricNames[] = -
trunk/src/VBox/Main/ProgressImpl.cpp
r18120 r18252 2 2 /** @file 3 3 * 4 * VirtualBox COM class implementation4 * VirtualBox Progress COM class implementation 5 5 */ 6 6 7 7 /* 8 * Copyright (C) 2006-200 8Sun Microsystems, Inc.8 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Main/include/PerformanceImpl.h
r16560 r18252 3 3 /** @file 4 4 * 5 * VBox Performance COM Classes declaration.5 * VBox Performance COM class implementation. 6 6 */ 7 7 8 8 /* 9 * Copyright (C) 2008 Sun Microsystems, Inc.9 * Copyright (C) 2008-2009 Sun Microsystems, Inc. 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 34 34 35 35 #include <list> 36 //#include <set> 37 38 #include "Performance.h" 36 37 namespace pm 38 { 39 class Metric; 40 class BaseMetric; 41 class CollectorHAL; 42 } 39 43 40 44 #undef min
Note:
See TracChangeset
for help on using the changeset viewer.