Skip to content

Commit

Permalink
Make LocalSessionFactoryObject's ApplicationContext getter protected …
Browse files Browse the repository at this point in the history
…to allow easier BytecodeProvider integration with inheritance
  • Loading branch information
lahma committed Dec 15, 2009
1 parent 8764178 commit c220c23
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -155,6 +155,7 @@ public LocalSessionFactoryObject()
public IApplicationContext ApplicationContext
{
set { this.applicationContext = value; }
protected get { return this.applicationContext; }
}

/// <summary>
Expand Down

0 comments on commit c220c23

Please sign in to comment.