Pepper_56_C++_interfaces
Pepper_56_C++_interfaces
 All Classes Namespaces Files Functions Typedefs Enumerations Macros Groups
pass_ref.h
Go to the documentation of this file.
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #ifndef PPAPI_CPP_PASS_REF_H_
6 #define PPAPI_CPP_PASS_REF_H_
7 
11 namespace pp {
12 
17 enum PassRef { PASS_REF };
18 
19 } // namespace pp
20 
21 #endif // PPAPI_CPP_PASS_REF_H_
PassRef
Definition: pass_ref.h:17