(file) Return to stdafx.h CVS log (file) (dir) Up to [OMI] / omi / unittest

 1 mike  1.1 /*
 2           **==============================================================================
 3           **
 4           ** Open Management Infrastructure (OMI)
 5           **
 6           ** Copyright (c) Microsoft Corporation
 7           ** 
 8           ** Licensed under the Apache License, Version 2.0 (the "License"); you may not 
 9           ** use this file except in compliance with the License. You may obtain a copy 
10           ** of the License at 
11           **
12           **     http://www.apache.org/licenses/LICENSE-2.0 
13           **
14           ** THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15           ** KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED 
16           ** WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, 
17           ** MERCHANTABLITY OR NON-INFRINGEMENT. 
18           **
19           ** See the Apache 2 License for the specific language governing permissions 
20           ** and limitations under the License.
21           **
22 mike  1.1 **==============================================================================
23           */
24           
25           // stdafx.h : include file for standard system include files,
26           // or project specific include files that are used frequently, but
27           // are changed infrequently
28           //
29           
30           #pragma once
31           
32           #include "targetver.h"
33           
34           #include <stdio.h>
35           #include <tchar.h>
36           
37           #include <string>
38           #include  <io.h>
39           #include <map>
40           #include <iostream>
41           #include <vector>
42           
43 mike  1.1 
44           // TODO: reference additional headers your program requires here

ViewCVS 0.9.2