Index: runtime/bin/vmservice_impl.h |
diff --git a/runtime/bin/vmservice_impl.h b/runtime/bin/vmservice_impl.h |
index 28076271df0062072df99a42f8783fa8f4984ef3..9cade5140d6635866084d87450326696356f35e0 100644 |
--- a/runtime/bin/vmservice_impl.h |
+++ b/runtime/bin/vmservice_impl.h |
@@ -48,6 +48,8 @@ class VmService { |
}; |
+void VmServiceShutdownCallback(void* callback_data); |
siva
2013/07/19 17:41:16
Can this be a static method inside of VmService?
Cutch
2013/07/19 18:15:02
Done.
|
+ |
} // namespace bin |
} // namespace dart |