File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
swift/Ice/greeter/Sources/Server Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77
88namespace Server
99{
10- // / A Chatbot is an Ice servant that implements Slice interface Greeter.
10+ // / Chatbot is an Ice servant that implements Slice interface Greeter.
1111 class Chatbot : public VisitorCenter ::Greeter
1212 {
1313 public:
Original file line number Diff line number Diff line change 77
88namespace Server
99{
10- // / A Chatbot is an Ice servant that implements Slice interface Greeter.
10+ // / Chatbot is an Ice servant that implements Slice interface Greeter.
1111 class Chatbot : public VisitorCenter ::Greeter
1212 {
1313 public:
Original file line number Diff line number Diff line change 77
88namespace ServerAMD
99{
10- // / A Chatbot is an Ice servant that implements Slice interface Greeter.
10+ // / Chatbot is an Ice servant that implements Slice interface Greeter.
1111 class Chatbot : public VisitorCenter ::Greeter
1212 {
1313 public:
Original file line number Diff line number Diff line change 77
88namespace GreeterServer
99{
10- // / A Chatbot is an Ice servant that implements Slice interface Greeter.
10+ // / Chatbot is an Ice servant that implements Slice interface Greeter.
1111 class Chatbot : public VisitorCenter ::Greeter
1212 {
1313 public:
Original file line number Diff line number Diff line change 44
55namespace Server ;
66
7- /// <summary>A Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
7+ /// <summary>Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
88internal class Chatbot : GreeterDisp_
99{
1010 // Implements the abstract method Greet from the GreeterDisp_ class generated by the Slice compiler.
Original file line number Diff line number Diff line change 44
55namespace Server ;
66
7- /// <summary>A Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
7+ /// <summary>Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
88internal class Chatbot : GreeterDisp_
99{
1010 // Implements the abstract method Greet from the GreeterDisp_ class generated by the Slice compiler.
Original file line number Diff line number Diff line change 44
55namespace ServerAMD ;
66
7- /// <summary>A Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
7+ /// <summary>Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
88internal class Chatbot : GreeterDisp_
99{
1010 // Implements the abstract method GreetAsync from the GreeterDisp_ class generated by the Slice compiler.
Original file line number Diff line number Diff line change 22
33import Ice
44
5- /// A Chatbot is an Ice servant that implements Slice interface Greeter.
5+ /// Chatbot is an Ice servant that implements Slice interface Greeter.
66class Chatbot : Greeter {
77
88 // Implements the protocol method greet from the Greeter protocol generated by the Slice compiler.
You can’t perform that action at this time.
0 commit comments