Skip to content

Commit 0e13a9d

Browse files
committed
explict public
1 parent b7e6ecd commit 0e13a9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/viam/sdk/robot/client.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ class RobotClient {
6464
friend bool operator==(const operation& lhs, const operation& rhs);
6565
};
6666

67+
explicit RobotClient(ViamChannel channel);
68+
6769
~RobotClient();
70+
6871
void refresh();
6972
void close();
7073

@@ -89,8 +92,6 @@ class RobotClient {
8992
/// `close()`d manually.
9093
static std::shared_ptr<RobotClient> with_channel(ViamChannel channel, const Options& options);
9194

92-
RobotClient(ViamChannel channel);
93-
9495
std::vector<Name> resource_names() const;
9596

9697
/// @brief Lookup and return a `shared_ptr` to a resource.

0 commit comments

Comments
 (0)