Skip to content

Commit

Permalink
API approvals
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Apr 24, 2024
1 parent 56ac11d commit 901e55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3440,6 +3440,7 @@ namespace Akka.Event
public System.Type Type { get; }
public static Akka.Event.LogSource Create(object o) { }
public static Akka.Event.LogSource Create(object o, Akka.Actor.ActorSystem system) { }
public static Akka.Event.LogSource Create(string source, System.Type t) { }
public static string FromActor(Akka.Actor.IActorContext actor, Akka.Actor.ActorSystem system) { }
public static string FromActorRef(Akka.Actor.IActorRef a, Akka.Actor.ActorSystem system) { }
public static string FromString(string source, Akka.Actor.ActorSystem system) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3430,6 +3430,7 @@ namespace Akka.Event
public System.Type Type { get; }
public static Akka.Event.LogSource Create(object o) { }
public static Akka.Event.LogSource Create(object o, Akka.Actor.ActorSystem system) { }
public static Akka.Event.LogSource Create(string source, System.Type t) { }
public static string FromActor(Akka.Actor.IActorContext actor, Akka.Actor.ActorSystem system) { }
public static string FromActorRef(Akka.Actor.IActorRef a, Akka.Actor.ActorSystem system) { }
public static string FromString(string source, Akka.Actor.ActorSystem system) { }
Expand Down

0 comments on commit 901e55b

Please sign in to comment.