blob: 158871c89207963b5a253fdca91a118836b0a679 [file] [log] [blame]
#ifndef ANDROID_PDX_DEFAULT_TRANSPORT_SERVICEFS_SERVICE_DISPATCHER_H_
#define ANDROID_PDX_DEFAULT_TRANSPORT_SERVICEFS_SERVICE_DISPATCHER_H_
#include <servicefs/service_dispatcher.h>
namespace android {
namespace pdx {
namespace default_transport {
using ServiceDispatcher = ::android::pdx::servicefs::ServiceDispatcher;
} // namespace default_transport
} // namespace pdx
} // namespace android
#endif // ANDROID_PDX_DEFAULT_TRANSPORT_SERVICEFS_SERVICE_DISPATCHER_H_