OSVR-Core
PortFlags.h
Go to the documentation of this file.
1 
15 // Copyright 2016 Sensics, Inc.
16 //
17 // Licensed under the Apache License, Version 2.0 (the "License");
18 // you may not use this file except in compliance with the License.
19 // You may obtain a copy of the License at
20 //
21 // http://www.apache.org/licenses/LICENSE-2.0
22 //
23 // Unless required by applicable law or agreed to in writing, software
24 // distributed under the License is distributed on an "AS IS" BASIS,
25 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26 // See the License for the specific language governing permissions and
27 // limitations under the License.
28 
29 #ifndef INCLUDED_PortFlags_h_GUID_F7D61616_C2D5_4795_95D2_DDE2A296CE01
30 #define INCLUDED_PortFlags_h_GUID_F7D61616_C2D5_4795_95D2_DDE2A296CE01
31 
32 // Internal Includes
33 // - none
34 
35 // Library/third-party includes
36 // - none
37 
38 // Standard includes
39 // - none
40 namespace osvr {
41 namespace util {
42 
43  enum {
44  UseDefaultPort = -1,
48  };
49 
50 } // namespace util
51 } // namespace osvr
52 #endif // INCLUDED_PortFlags_h_GUID_F7D61616_C2D5_4795_95D2_DDE2A296CE01
Definition: RunLoopManager.h:42
The main namespace for all C++ elements of the framework, internal and external.
Definition: namespace_osvr.dox:3
For use when there may not actually be a port in use: some single process situations, etc.
Definition: PortFlags.h:47