Skip to content

Commit

Permalink
Update context.h
Browse files Browse the repository at this point in the history
  • Loading branch information
satac2 authored Jun 8, 2020
1 parent 7b36945 commit 8e02c07
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions api/include/opentelemetry/context/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,19 @@ class Context{

};


/* The token class provides an identifier that is used by
* the RuntimeContext attach and detach methods to keep track of context
* objects.*/
class Token{
Token();
};


/* The RuntimeContext class provides a wrapper for
* propogating context through cpp*/
class RuntimeContext {
public:


/* The token class provides an identifier that is used by
* the attach and detach methods to keep track of context
* objects.*/
class Token{
Token();
};


/* RuntimeContext: A constructor that will set the current
* context to the threading local.
*/
Expand Down

0 comments on commit 8e02c07

Please sign in to comment.