| Index: experimental/c_salt/notification_ptrs.h
|
| diff --git a/experimental/c_salt/notification_ptrs.h b/experimental/c_salt/notification_ptrs.h
|
| deleted file mode 100644
|
| index a34addae6ea749b09c1fda4644948f333877bcec..0000000000000000000000000000000000000000
|
| --- a/experimental/c_salt/notification_ptrs.h
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// Copyright 2010 The Ginsu Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can
|
| -// be found in the LICENSE file.
|
| -
|
| -#ifndef C_SALT_NOTIFICATION_PTRS_H_
|
| -#define C_SALT_NOTIFICATION_PTRS_H_
|
| -
|
| -// A convenience wrapper for a shared Notification pointer
|
| -// type. As more smart pointer types are needed, add them here.
|
| -
|
| -#include "boost/shared_ptr.hpp"
|
| -#include "c_salt/notification.h"
|
| -
|
| -namespace c_salt {
|
| -
|
| -typedef boost::shared_ptr<Notification> SharedNotification;
|
| -
|
| -} // namespace c_salt
|
| -
|
| -#endif // C_SALT_NOTIFICATION_PTRS_H_
|
|
|