Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
tools
/
aidl
/
609f36f02aa7cfcc1732bf23ef6b178568e6a35b
/
.
/
macros.h
blob: 67b8076404a4651dd8099f00dc3ec8f89cf3d97d [
file
] [
log
] [
blame
]
#ifndef
AIDL_MACROS_H_
#define
AIDL_MACROS_H_
#define
DISALLOW_COPY_AND_ASSIGN
(
TypeName
)
\
TypeName
(
const
TypeName
&);
\
void
operator
=(
const
TypeName
&)
#endif
// AIDL_MACROS_H_