| 19 | namespace SessionManager { |
| 20 | |
| 21 | TunnelRecord::Ptr TunnelRecord::Create(const DBus::Object::Path &cfgpath, const uid_t owner_uid) |
| 22 | { |
| 23 | return TunnelRecord::Ptr(new TunnelRecord(cfgpath, owner_uid)); |
| 24 | } |
| 25 | |
| 26 | |
| 27 | TunnelRecord::TunnelRecord(const DBus::Object::Path &cfgpath, const uid_t owner_uid) |
nothing calls this directly
no outgoing calls
no test coverage detected